const runtime.uintptrMask
15 uses
runtime (current package)
malloc.go#L604: p = uintptr(i)<<28 | uintptrMask&(0x0013<<28)
malloc.go#L605: if p >= uintptrMask&0x000f00000000 {
malloc.go#L612: p = uintptr(i)<<32 | uintptrMask&(0x00c0<<32)
malloc.go#L613: if p >= uintptrMask&0x00e000000000 {
malloc.go#L620: p = uintptr(i)<<40 | uintptrMask&(0x0013<<28)
malloc.go#L622: p = uintptr(i)<<40 | uintptrMask&(0x0040<<32)
malloc.go#L624: p = uintptr(i)<<32 | uintptrMask&(0x0013<<28)
malloc.go#L631: p = uintptr(i)<<40 | uintptrMask&(0xa0<<52)
malloc.go#L633: p = uintptr(i)<<40 | uintptrMask&(0x00c0<<32)
mranges.go#L117: maxOffAddr = offAddr{(((1 << heapAddrBits) - 1) + arenaBaseOffset) & uintptrMask}
stack.go#L125: uintptrMask = 1<<(8*goarch.PtrSize) - 1
stack.go#L133: stackPreempt = uintptrMask & -1314
stack.go#L137: stackFork = uintptrMask & -1234
stack.go#L141: stackForceMove = uintptrMask & -275
stack.go#L144: stackPoisonMin = uintptrMask & -4096
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |